home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
- "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
- <head>
- <title>MyServer Documentation - Process Security - www.myserverproject.net</title>
- <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
- <meta http-equiv="Content-Style-Type" content="text/css" />
- <link rel="stylesheet" type="text/css" href="../style/myserver.css" />
- </head>
- <body>
- <table class="center" width="95%">
- <tr>
- <td class="center">
- <h1 class="title">PROCESS SECURITY</h1>
- <br />
- On UNIX like platforms is possible to change user identifier and group identifier for the MyServer process after it has binded
- the necessary ports(only root can bind ports < 1024).
- <br />
-
- <h2 class="title">Process user identifier</h2>
- Using a line like the following in the myserver.xml file will make myserver change its user identifier to the one specified:
- <br />
- <span class="code"><PROCESS_USER_ID>PID</PROCESS_USER_ID></span><br/>
- where <span class="code">PID</span> is the user identifier to use.
-
- <br />
-
- <h2 class="title">Process group identifier</h2>
- Using a line like the following in the myserver.xml file will make myserver change its group identifier to the one specified:
- <br />
- <span class="code"><PROCESS_GROUP_ID>GID</PROCESS_GROUP_ID></span><br/>
- where <span class="code">GID</span> is the group identifier to use.
- <br />
- <br />
- <span class="warning">Warning:</span> When one of these features is used the autoreboot will be not used by MyServer, as it
- can't get back old permissions again.
- </td>
- </tr>
- </table>
- </body>
- </html>